FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ishmed.i14y.r4.de#3.0.0 (125 ms)

Package ishmed.i14y.r4.de
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ishmed.i14y.r4.de@3.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe
Url http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe
Version 2.0.0
Status active
Date 2022-07-29
Name Organization_Core_DE
Title Organization Profile Germany
Experimental False
Description An Organization profile is used for the organizations and its subunits. Additionally, Germany specifics are addressed.
Copyright Copyright © 2022 Oracle and/or its affiliates. All rights reserved.
Type Organization
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/address-de-basis Adresse, deutsches Basisprofil
http://fhir.de/StructureDefinition/identifier-bsnr Identifier-Profil für die Abbildung einer Betriebsstättennummer
http://fhir.de/StructureDefinition/identifier-iknr Identifier-Profil für die Abbildung eines Institutionskennzeichens (IKNR)
http://fhir.de/StructureDefinition/identifier-vknr Identifier-Profil für die Abbildung einer Vertragskassennummer (VKNR)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "OrganizationCoreDe",
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString" : "Base.Entities"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode" : "business"
    }
  ],
  "url" : "http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe",
  "version" : "2.0.0",
  "name" : "Organization_Core_DE",
  "title" : "Organization Profile Germany",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-07-29",
  "publisher" : "Oracle Cerner",
  "description" : "An Organization profile is used for the organizations and its subunits. Additionally, Germany specifics are addressed.",
  "copyright" : "Copyright © 2022 Oracle and/or its affiliates. All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:BSNR",
        "path" : "Organization.identifier",
        "sliceName" : "BSNR",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "http://fhir.de/StructureDefinition/identifier-bsnr"
            ]
          }
        ],
        "patternIdentifier" : {
          "type" : {
            "coding" : [
              {
                "code" : "BSNR",
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:BSNR.type",
        "path" : "Organization.identifier.type",
        "min" : 1
      },
      {
        "id" : "Organization.identifier:IKNR",
        "path" : "Organization.identifier",
        "sliceName" : "IKNR",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "http://fhir.de/StructureDefinition/identifier-iknr"
            ]
          }
        ],
        "patternIdentifier" : {
          "type" : {
            "coding" : [
              {
                "code" : "XX",
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:IKNR.type",
        "path" : "Organization.identifier.type",
        "min" : 1
      },
      {
        "id" : "Organization.identifier:VKNR",
        "path" : "Organization.identifier",
        "sliceName" : "VKNR",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "http://fhir.de/StructureDefinition/identifier-vknr"
            ]
          }
        ],
        "patternIdentifier" : {
          "type" : {
            "coding" : [
              {
                "code" : "NIIP",
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:VKNR.type",
        "path" : "Organization.identifier.type",
        "min" : 1
      },
      {
        "id" : "Organization.active",
        "path" : "Organization.active",
        "mustSupport" : true
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "mustSupport" : true
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress",
        "path" : "Organization.address",
        "sliceName" : "PoBoxAddress",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "patternAddress" : {
          "type" : "postal"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress.type",
        "path" : "Organization.address.type",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress.line",
        "path" : "Organization.address.line",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress.line.extension:Strasse",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Strasse",
        "max" : "0"
      },
      {
        "id" : "Organization.address:PoBoxAddress.line.extension:Hausnummer",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Hausnummer",
        "max" : "0"
      },
      {
        "id" : "Organization.address:PoBoxAddress.line.extension:Adresszusatz",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Adresszusatz",
        "max" : "0"
      },
      {
        "id" : "Organization.address:PoBoxAddress.line.extension:Postfach",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Postfach",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress.city",
        "path" : "Organization.address.city",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress.postalCode",
        "path" : "Organization.address.postalCode",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:PoBoxAddress.country",
        "path" : "Organization.address.country",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress",
        "path" : "Organization.address",
        "sliceName" : "StreetAddress",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "patternAddress" : {
          "type" : "both"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.type",
        "path" : "Organization.address.type",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.line",
        "path" : "Organization.address.line",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.line.extension:Strasse",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Strasse",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.line.extension:Hausnummer",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Hausnummer",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.line.extension:Adresszusatz",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Adresszusatz",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.line.extension:Postfach",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Postfach",
        "max" : "0"
      },
      {
        "id" : "Organization.address:StreetAddress.city",
        "path" : "Organization.address.city",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.postalCode",
        "path" : "Organization.address.postalCode",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address:StreetAddress.country",
        "path" : "Organization.address.country",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf",
        "path" : "Organization.partOf",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.